PERSEUS-9, The Dual-6502 Portable Machine That Should Have Been | Hackaday

2022-07-31 10:02:47 By : Ms. Alina Xie

A question: does anyone who was around in the early days of the 8-bit computer revolution remember a dual-CPU 6502 portable machine like this one? Or just a dual-CPU machine? Or even just a reasonably portable computer? We don’t, but that begs a further question: if [Mitsuru Yamada] can build such a machine today with parts that were available in the era, why weren’t these a thing back then?

We’re not sure we have an answer to that question, but it just may be that nobody thought of it. Or, if they did, the idea of putting two expensive CPUs into a single machine was perhaps too exorbitant to take seriously. Regardless, the homemade mobile is another in a growing line of beautifully crafted machines in the PERSEUS line, all of which have a wonderfully similar look and feel.

For the PERSEUS-9, [Yamada-san] chose a weatherproof aluminum enclosure with just the right form-factor for a mobile computer, as well as a sturdy industrial look. Under the hood, there are two gorgeous wire-wrap boards, one of which is home to the 48-key keyboard and the 40×7 alphanumeric LED matrix display, while the other is a densely packed work of art holding the two 6502s and a host of other DIPs.

The machine is a combination of his PERSEUS-8 computer, his 6802 serial terminal, and the CI-2 floating point interpreter he built for the PERSEUS-8. A brief video of the assembly of this delightful machine is below. One of the many things about these builds that impress us is the precision with which the case is machined, apparently all by hand. How he managed to drill out all those holes for the keyboard without having one even slightly out of alignment without the aid of CNC is beyond us.

The SuperPET had a 6502 & 6809…

As a SuperPET owner of over 40 years (!) it still has a very special place in my heart. And on my bench as I still try to get to the custom SD card module design and build. Yes, I know they exist, but I have my own ideas…

As a computer engineering student I spent a lot of time with both processors and with many of the “WAT” languages it supports.

The Superbtain was a twin Z80 machine, and several second processors could be attached to the BBC microcomputer, including a second 6502 and a several Z80 extensions..

Several late 70s computers were effectively dual CPU as used, since they had one in the terminal half. That’s why I guess that rolling into the 80s machines that managed it all on one chip seemed good…. since then you didn’t need to have a “computer” before you could have a computer.

“if [Mitsuru Yamada] can build such a machine today with parts that were available in the era, why weren’t these a thing back then?”

But very impressive build once again from [Mitsuru Yamada].

There were machine like that, with some degree of portatility and integrated non-CRT display, like the Olivetti P6066. For reasons like that was designed to do word processing and print invoices had integrated a printer inside. https://wblog.wiki/it/Olivetti#wiki-6

Was really expensive, more tah the Olivetti M24 – that was expensive too.

For dual-CPU personal computer there were some designs too: the C128 had both a z80 and a 6510 out of the box, for instance.In Olivetti made a version of the M20 that had both a Z8001 and 8086 CPU. Wasn’t 100%fully IBM compatible.

Dual CPU? My 6502 Apple ][clone] had a Z80 in it too… (and 80-column card, and 128K ramdisk, and 2 floppies — the only tolerable way to compile C code on it)

my first real experience with an apple ][ was on a machine with a z80 softcard and a controller for 8″ floppies. used it primarily as a cp/m machine. one of the engineers built a graphics card from a upd7220 for it and we wrote a driver for a cp/m fortran plotting package.

I have some memory of a Z80 board in the form of an XT or AT expansion card and I think it could run it’s own OS independent of the PC. I guess there were similar cards with other CPU’s back then too.

There were quite a few different ones. Like the z80 on a card for running CP/M… then there were terminal emulator or uplink cards that had the micro version of the mainframe CPU on the card, IBM did a couple of flavors of those. Then also it was semi-popular as dev boards for various new micros. Then later we got things like sega megadrive on a card.

The Trump card by Steve Ciarcia comes to mind.

The Commodore C128 had both a 6502 and a Z80. It could boot into 3 mode, C64, C128 with extended memory/features/80 char display, and CP/M mode that also had 80 char display. I still have one. I rarely used it in any mode but C64.

And if you had a C128D it had another 6502 in the floppy drive… and at least the plastic version came with a carry handle, so it was somewhat portable if we ignore the CRT.

And then there was the truly portable SX-64, which thanks to the integrated floppy drive was also dual CPU.

I love the display. Using that many HDSP intelligent LED matrix displays is B1-bomber-level expensive though. As a consumer product, maybe you’d have a single line of them, but even that would be expensive, hence why most “pocket” computers used an LCD.

I was thinking something similar. The display alone must have been half the cost!

I thought it was current demand. LED watches disappeared soon after they arrived, battery life kow.

An 8 digit 5×7 led display has 280 die to attach and 280 wirebonds. That was quite a cost in it’s own right , ignoring the yield issue of having so many die. Wirebonding is expensive enough that we got a special variant of a 44pin micro made with only the 16 pins we needed bonded out. (We also saved by eliminating most of the wafer testing, and all the package testing, and letting our end of line process do testing, and remapping around bad memory, and even bad peripherals.)

Olivetti P6060 I had back in 1980 had a single line display as monitor and an auxiliary thermal printer just above it.

I had an Ohio Superboard II in the day……

There was at least one article in Byte about runing two 6502s together.

There was a 6502 handheld computer, I forget details, but it was on the cover of Byte

The Panasonic/Quasar Hand Held Computer (HHC). About 1982.

Seems like there were several machines that took advantage of the 6502 only needing the bus for half a cycle by having the video system do its DMA in the other half. Stands to reason you could just slip a 2nd 6502 into that off cycle just by feeding it an inverted clock. Could use a dual port RAM if video were needed. Seems like the stack could be a problem, though.

This sounds like fun. Quickly, Ginger, to the laboratory!

The concept was there, but I can’t think of examples. I suddenly thought of a Japanese computer with two 6809s. A search says the Fujitsu FM-8. But one is used as the CPU, the other for graphics, and I don’t see an explanation of how closely they were tied together

A Sinclair Spectrum was reasonably portable. You could easily put it in your school bag and plug it into your friends TV at their house. I am not saying that this is the same thing, just that this meant that there wasn’t so much of an incentive to make portables.

The Grundy NewBrain (my Uncle had one) had a built-in VFD display, so that was usable as a true portable. https://en.wikipedia.org/wiki/Grundy_NewBrain The Wikipedia article mentions that a battery powered version was planned. Only a single Z80, though.

I had à mate that had one of these – it had (for the time) pretty good graphics on the video output, and in particular a very mad flood fill algorithm – it looked totally random but ended up filling any space…

“Or, if they did, the idea of putting two expensive CPUs into a single machine was perhaps too exorbitant to take seriously.”

Well, while isn’t exactly the same architecture as the PERSEUS, the Commodore 1541 disk drive was built itself around a 6502, similar to the one used in the C64. In fact, some demos (for instance https://csdb.dk/release/?id=820) were said to be able to offload 3D graphics calculations to the “secondary” CPU.

Dec Rainbow had two CPUs. My first computer and used during my college days.

The [Epson HX-20](https://en.wikipedia.org/wiki/Epson_HX-20) had two processors. It also packed in a printer and a tape drive. Designed in 1980 (in Japan, natch) and released in 1982.

i have vague memories of an article in (i think) dr. dobbs. the idea was that, since a 6502 only does stuff on the rising edge of the clock, you could build a dual-processor 6502 machine by inverting the clock to the second processor. as the clock rises, one processor does its stuff. as it falls, the other does.

they are, however, only vague memories.

I thought it was Byte. But I also saw similar schematics for the Z80 and the 6809. The 6809 one was in a Motorola application note.

And yes, these were two processors running on an inverted clock. I’m still not sure what you got out of that, we had the hardware but nothing further. That’s what I was thinking of when I saw the title.

Most of the examples thrown out here are a choice of CPUs. So OSI had a three CPU computer, but only one ran at a time. During the transition to the 8088, Godbout and the like sold boards with an 8088 and an 8085, but you’d choose between them. The Apple Z80 card was to run CPM, the 6502 was used too, but only for I/O. Gimix offered a serial and a parallel port that each had its own CPU. I have a 512K print spooler with a Z80, same concept, but not integrated into the main CPU.

Woops, made my comment before reading the entire chain. Guess there’s truly nothing new under the sun.

Doesn’t the 6502 already output an inverted clock for you.

I’m glad the video was short. But over 2 minutes of it were watching him put in screws.

https://en.wikipedia.org/wiki/BBC_Micro_expansion_unit Take your pick of CPU including the first generation of ARM

Game consoles had dual CPU. I think Sega Genesis/Mega Drive were the first major system with dual CPU: 68000 and Z80. Atari Jaguar had 5 CPUs and can be assigned to specific tasks, although some games were wasted on 68000 as the main CPU.

I just have to comment on the great aesthetics, it looks like something from a Soviet Missile Silo!

The British BBC Micro computer can be installed with a 2nd 6502 as a co-processor. The 1st CPU handles all the I/O and display etc, the 2nd CPU does all the number crunching. Very expensive options back in those days.

6502 expensive??? 6502 was designed as a low cost alternative to the MC6800. Something like $35.00 vs $100 when it was introduced, hence being at the heart of apple 2, Atari 800 et al.

I’ve had good success drilling consistently-spaced holes with a drill press fence and a piece of protoboard. Drill the first hole, drill out a hole in the protoboard to be the same size, and bolt it down. Then drill successive holes in the protoboard and run them all the way through the metal behind it. As long as spacing is in multiples of 0.1 inches, you’re golden.

Thanks for the great information. I am the author of this PERSEUS-9 project and was having a very hard time because I always drilled the holes next to each other by eye. I will try that method next time.

Ummm did anyone else catch that the SW was hand assembled, entered via switches, and debugged… Then put into EPROMS with a home brew programmer? That’s old school – much respect for the effort. That development path was certainly chosen for the enjoyment of the effort – I applaud the craftsmanship.

I am the author of this PERSEUS project. I thought I would try to recreate the efforts of people in the past, when PCs did not yet exist in the world as they do today and practical interpreters and compilers were not bundled or released to the public. I found that sometimes it is easier to understand the basics, from simple bit manipulation to floating point arithmetic operations. It is surprisingly fun to develop on an 8-bit CPU where we can make all the hardware and software ourself.

Xerox had a dual CPU model in their 820 line. It had a Z-80 and an 8086, could run both CP/M amd CP/M-86 simultaneously. The 820-II could be upgraded with the 8086 board but not with the 3rd model’s larger CRT.

Please be kind and respectful to help make the comments section excellent. (Comment Policy)

This site uses Akismet to reduce spam. Learn how your comment data is processed.

By using our website and services, you expressly agree to the placement of our performance, functionality and advertising cookies. Learn more